home *** CD-ROM | disk | FTP | other *** search
- /****************************************************************************
- *
- * OSLClassApplication.h
- *
- * OSL support for the cApplication Apple Event Registry object
- *
- ****************************************************************************/
-
- #include <AppleEvents.h>
- #include <AEObjects.h>
- #include <AEPackObject.h>
-
- #ifndef __OSLCLASSAPPLICATION__
- #define __OSLCLASSAPPLICATION__
-
- // ----------------------------------------------------------------------------
-
- OSErr InstallApplicationAccessors (void);
-
- OSErr ApplicationEventDispatcher (AEDesc *token, const AppleEvent *message, AppleEvent *reply, long refcon);
-
- // ----------------------------------------------------------------------------
-
- #endif